SftTabs/NET 6.0

AllowReordering Property, SftTabs Class

Softel vdm, Inc.

Defines whether tab reordering is enabled.

Syntax      SftTabs Class (Softelvdm.SftTabsNET)

VB   

Public Property AllowReordering As Boolean

C#   

public bool AllowReordering { get; set; }

C++   

public: property bool AllowReordering {
        bool get();
        void set(bool value);
}

Property Value

True to enable tab reordering, False otherwise.

The default value is False.

Comments

The AllowReordering property defines whether tab reordering is enabled.

This property can only be used with scrollable tab controls.

When enabling tab reordering, the user can reorder tabs within the tab control using drag & drop and the Control.AllowDrop property is automatically set to True.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com